home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / PC Tools Firewall Plus 4 / fwinstall.exe / {app} / PCTFW.exe / MANIFEST / 1
Extensible Markup Language  |  2008-07-02  |  606b  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity 
  4.     version="1.0.0.0" 
  5.     processorArchitecture="x86" 
  6.     name="PCTFW" 
  7.     type="win32" 
  8. /> 
  9. <description>
  10.     PC Tools Firewall Plus aid program (used to perform operations that need administrative privileges)
  11. </description>
  12. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  13. <security>
  14. <requestedPrivileges>
  15. <requestedExecutionLevel
  16.     level="requireAdministrator"
  17.     uiAccess="false"/>
  18. </requestedPrivileges>
  19. </security> 
  20. </trustInfo>
  21. </assembly>
  22.